home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / feeltheflash.swf / scripts / DefineSprite_929 / frame_1 / PlaceObject2_926_2 / CLIPACTIONRECORD onClipEvent(mouseMove).as < prev   
Text File  |  2005-08-12  |  192b  |  11 lines

  1. onClipEvent(mouseMove){
  2.    if(mon == 1)
  3.    {
  4.       if(x + 100 < _xmouse)
  5.       {
  6.          _root.guide.guideGo(1);
  7.          _parent._parent._parent.gotoAndPlay("off");
  8.       }
  9.    }
  10. }
  11.